From 3c4d1cc856c2b7f064f6c07c2ba4371fe6296ff5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 7 Oct 2010 01:15:56 +0300 Subject: [PATCH] Bypass the ms-windows engine for now It requires massive changes to build again. I started, but gave up. More insight is needed. --- modules/engines/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/engines/Makefile.am b/modules/engines/Makefile.am index 7f65239551..5dac940c4a 100644 --- a/modules/engines/Makefile.am +++ b/modules/engines/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/Makefile.decl if USE_WIN32 -wimp = ms-windows +# wimp = ms-windows endif SUBDIRS = $(wimp) pixbuf -- 2.30.2